home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo DOOM rocket-frisbee graphics by Chris Pimlott (pimlottc@shadowso.com)
- cd ..
- if exist==frisbee\on.on goto restore
- if exist==frisbee\off.off goto implant
-
- if exist==dmgraph.exe goto backup
- echo Copying DMGRAPH.EXE into your Doom directory......
- move frisbee\dmgraph.exe dmgraph.exe
-
- :backup
- frisbee\dot 1
- dmgraph misla1 -e frisbee\misla1.gif -t gif
- frisbee\dot
- dmgraph misla5 -e frisbee\misla5.gif -t gif
- frisbee\dot
- dmgraph misla6a4 -e frisbee\misla6a4.gif -t gif
- frisbee\dot
- dmgraph misla7a3 -e frisbee\misla7a3.gif -t gif
- frisbee\dot
- dmgraph misla8a2 -e frisbee\misla8a2.gif -t gif
- frisbee\dot
- echo.
-
- :implant
- frisbee\dot 2
- dmgraph misla1 -s frisbee\frisbee0.gif -b -t gif
- frisbee\dot
- dmgraph misla5 -s frisbee\frisb180.gif -b -t gif
- frisbee\dot
- dmgraph misla6a4 -s frisbee\frisb135.gif -b -t gif
- frisbee\dot
- dmgraph misla7a3 -s frisbee\frisbe90.gif -b -t gif
- frisbee\dot
- dmgraph misla8a2 -s frisbee\frisbe45.gif -b -t gif
- frisbee\dot
- echo.
- echo Do not delete this file! >frisbee\on.on
- if exist==frisbee\off.off del frisbee\off.off
- echo Finished.
- echo Type FRISBEE from the FRISBEE directory to restore original rocket graphics.
- goto end
-
- :restore
- frisbee\dot 3
- dmgraph misla1 -s frisbee\misla1.gif -t gif
- frisbee\dot
- dmgraph misla5 -s frisbee\misla5.gif -t gif
- frisbee\dot
- dmgraph misla6a4 -s frisbee\misla6a4.gif -t gif
- frisbee\dot
- dmgraph misla7a3 -s frisbee\misla7a3.gif -t gif
- frisbee\dot
- dmgraph misla8a2 -s frisbee\misla8a2.gif -t gif
- frisbee\dot
- echo.
- echo Do not delete this file! >frisbee\off.off
- if exist==frisbee\on.on del frisbee\on.on
- echo Finished.
- echo Type FRISBEE from the FRISBEE directory to re-implant frisbee graphics.
-
- :end